home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1854 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Question: What are DLL files for?
  5. Date: 14 Jan 1996 20:52:03 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4dbqdj$7h2@redstone.interpath.net>
  8. References: <4c1ncj$9oq@newsbf02.news.aol.com> <nntpuserDL2rDr.Bz7@netcom.com>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Greg Colin (greg@netlanta.com) wrote:
  13. : apjones@aol.com (Apjones) wrote:
  14. : >I need to call  a C  program I've written with
  15. : >a Paradox for Windows program and I've had only
  16. : >moderate luck.  I'm told I need to have the Paradox
  17. : >routine pass variables between the applications I
  18. : >must use a C DLL file, but apparently the Borland
  19. : >for DOS compiler doesn't do that, so I'm thinking
  20. : >a Windows version will.  Is that right?  More generally,
  21. : >what is a DLL file? I know Dynamic Link Library, but what
  22. : >does that mean?
  23.  
  24. : No, DOS doesn't support DLLs.
  25.  
  26. Borland's Power Pack for DOS will allow you to access them; also
  27. Win32 console mode applications can access them.
  28.  
  29. Scott
  30.  
  31.